home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 834 b | 32 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: ODUtils.pch++
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- /* ODHeaders.cpp: Precompiled header for OpenDoc part development */
-
- #include "ODConfig.h"
-
- #pragma once on
-
- #include <MacHeaders.c>
- #pragma precompile_target "ODUtils++"
-
- // Headers for OpenDoc utilities. Several of these need to be
- // included before ODTypes.h to work their magic.
- #include <AltPoint.h>
- #include <AltPoly.h>
- #include <Except.h>
- #include <ODDebug.h>
- #include <ODNew.h>
-
- // Central headers for OpenDoc types and part handler API:
- #include <ODTypes.h>
- #include <Part.xh>
-
- #include "FWPoint.h"
-